From: vh249@kneesaa.uk.xensource.com Date: Wed, 5 Oct 2005 23:16:29 +0000 (-0400) Subject: mixup in vcpu-enable and vcpu-disable help string X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16763^2~25^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=993adabd0023db2efd8e9b980501a4fbf55e1e3f;p=xen.git mixup in vcpu-enable and vcpu-disable help string Signed-off-by: Vincent Hanquez --- diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py index 1ce9985a1c..df458c5d88 100644 --- a/tools/python/xen/xm/main.py +++ b/tools/python/xen/xm/main.py @@ -86,8 +86,8 @@ xm full list of subcommands: shutdown [-w|-a] shutdown a domain sysrq send a sysrq to a domain unpause unpause a paused domain - vcpu-enable disable VCPU in a domain - vcpu-disable enable VCPU in a domain + vcpu-enable enable VCPU in a domain + vcpu-disable disable VCPU in a domain vcpu-list get the list of VCPUs for a domain vcpu-pin set which cpus a VCPU can use.